home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir45 / pk15_pat.zip / PONGKOMB.INI < prev    next >
Text File  |  1994-04-22  |  2KB  |  46 lines

  1. ; PONG KOMBAT v 1.5 INITIALIZATION FILE.
  2. ;
  3. ; This file lets you store your configuration so you don't need those
  4. ; silly parameter lines to change it all the time.  If you use the
  5. ; parameter line fixers, they'll just override the values in this file.
  6. ;
  7. ; SOUND IRQ AND DMA.
  8. ; This lets PK know that you have a soundblaster compatible card, and
  9. ; what IRQ it is on (usually 7, sometimes different) and what DMA channel
  10. ; it uses (almost always 1).  Also, the sound Port (usually 220).
  11. ;
  12. ; Pick 0 for the IRQ if you lack a card or get bugs you can't fix.  One
  13. ; way that MIGHT help with sound bugs is to add frame=e000 or d000 to 
  14. ; the end of your emm386.exe in your config.sys.
  15. ;
  16. ; Remember, you need EMS to use sound!
  17. ;
  18. IRQ=0
  19. DMA=0
  20. Port=0
  21. ;
  22. ; SPEED.
  23. ; Sets the delay factor in 1/1000ths of a second between frames.
  24. ; Six works nicely on my 386/33... slower computers may want delays
  25. ; of 1-5, faster may want 7-15.  Experiment and see what works for you.
  26. ;
  27. Speed=6
  28. ;
  29. ; ENDING ANIMATION.
  30. ; Due to notorious bugs with the endgame animation, you can choose
  31. ; to disable the animated Death Sequence in Pong Kombat.  This only
  32. ; affects the end game (beating white paddle).  This bug has since
  33. ; been fixed, but if you still get problems, set this to "no".
  34. ;
  35. EndAnimation=yes
  36. ;
  37. ; JOYSTICK SUPPORT.
  38. ; At the moment, PK only supports one joystick, and it is preferable
  39. ; that it be a 'gamepad' style joystick.  You can use it to replace
  40. ; the keyboard for player one or player two.  Pick 'yes' to one of
  41. ; these if you want to use a joystick.
  42. ;
  43. Player1Joystick=no
  44. Player2Joystick=no
  45. ;
  46.